Click or drag to resize

Date Class

Represents date in RFC 822 format.
Inheritance Hierarchy
SystemObject
  Independentsoft.SipDate

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class Date

The Date type exposes the following members.

Constructors
  NameDescription
Public methodDate
Initializes a new instance of the Date.
Public methodDate(DateTime)
Initializes a new instance of the Date specified with DateTime.
Public methodDate(String)
Initializes a new instance of the Date specified with date as a string.
Public methodDate(DateTime, String)
Initializes a new instance of the Date specified with DateTime and time zone.
Top
Properties
  NameDescription
Public propertyDateTime
Gets or sets date and time.
Public propertyTimeZone
Gets or sets time zone.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of this instance to its equivalent string.
(Overrides ObjectToString.)
Top
See Also